home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
raytrace
/
pov
/
gen
/
form04a
/
shapes
/
testweb.frm
< prev
next >
Wrap
Text File
|
1993-11-24
|
186b
|
8 lines
// s = box , sphere, torus, ellipse <0.1 , 0.5, 0.3>, sphere;
s = sphere stack 6;
b = sphere stack 10;
k = s web 5 with b 3;
k;
//j = s web 5 with b scale(10) 3;
//display j;
end;